home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data / fotog.dxr / 00107_12_acc.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  226 b   |  11 lines

  1. on mouseUp
  2.   numero = string(the clickOn - 2)
  3.   set the member of sprite 16 to numero & "_M"
  4.   updateStage()
  5.   repeat with f = 26 to 28
  6.     if sprite(f).visible = 1 then
  7.       sprite(f).visible = 0
  8.     end if
  9.   end repeat
  10. end
  11.